翻訳と辞書
Words near each other
・ Runshaw College
・ Runshaw Hall
・ Runt
・ Runt (album)
・ Runt (disambiguation)
・ Runt (novel)
・ Runt Distribution
・ Runt domain
・ RUNT Linux
・ Runt Marr
・ Runt pulse
・ Runt. The Ballad of Todd Rundgren
・ Runtastic
・ Runte
・ Runter mit den Spendierhosen, Unsichtbarer!
Runtime Callable Wrapper
・ Runtime error detection
・ Runtime intelligence
・ Runtime Intelligence Service
・ Runtime library
・ Runtime system
・ Runtime verification
・ Runting-stunting syndrome in broilers
・ Runtole
・ Runton
・ Runtown
・ Runts
・ Runtu Quri
・ Runtuna
・ Runtunia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Runtime Callable Wrapper : ウィキペディア英語版
Runtime Callable Wrapper
A Runtime Callable Wrapper (RCW) is a proxy object generated by the .NET Common Language Runtime (CLR) in order to allow a Component Object Model (COM) object to be accessed from managed code. Although the RCW appears to be an ordinary object to .NET clients, its primary function is to marshal calls and data between a .NET client and a COM object.
For example, a managed application written in C# might make use of an existing COM library written in C++ or Visual Basic 6, via RCWs.
The runtime creates exactly one RCW for each COM object, regardless of the number of references that exist on that object. The runtime maintains a single RCW per process for each object. If you create an RCW in one application domain or apartment, and then pass a reference to another application domain or apartment, a proxy to the first object will be used.
==External links==

*(MSDN Runtime Callable Wrapper Reference )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Runtime Callable Wrapper」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.